home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Plugins / TextEdit.XML < prev    next >
Text File  |  2004-06-28  |  10KB  |  187 lines

  1. <PlugInfo>
  2.   <Info Name="Editor" Description="Editor and Viewer for much text formats" Plugin="Text Edit" />
  3. </PlugInfo>
  4.  
  5. <Viewer>
  6.   <Plugin ProgID="TextEdit.TextEditorCommand" Extension="txt" Default="True" Name="Text" Caption="As Text" ShortCut="Ctrl+Shift+F3"/>
  7. </Viewer>
  8.  
  9. <Editor>
  10.   <Plugin ProgID="TextEdit.TextEditorCommand" Extension="txt" Default="True" Name="Text" Caption="As Text" />
  11. </Editor>
  12.  
  13. <OptionsTree>
  14.   <Node caption="Editors" ProgID="TextEdit.EditOption" Advanced="True" />
  15. </OptionsTree>
  16.  
  17. <ToolBar ProgID="TextEdit.TextEditorCommand">
  18.   <ComboButton Caption="Select" Name="Select" ImageIndex="" DropDownCombo="False" >
  19.     <MenuItem Caption="Select All" Command="SelectALL" />
  20.   </ComboButton>
  21.   <MenuItem Name="Search" Command="ShowFindDialog" ImageIndex="1" />
  22.   <MenuItem Name="Refresh" Command="Refresh" />
  23. </ToolBar>
  24.  
  25. <Menu ProgID="TextEdit.TextEditorCommand">
  26.   <SubMenu Caption="File">
  27.     <MenuItem Caption="Save" Command="SaveFile" ShortCut="Ctrl+S" AltShortCut="F2" ImageIndex="28" />
  28.     <MenuItem Caption="Save As..." Command="SaveAs" ImageIndex="29" />
  29.     <Separator />
  30.     <MenuItem Caption="Export to HTML" Command="ExportToHTML" />
  31.     <MenuItem Caption="Export to Rich Text Format" Command="ExportToRTF" />
  32.     <Separator />
  33.     <MenuItem Caption="Print" Command="Print" ShortCut="Ctrl+P" ImageIndex="12" />
  34.   </SubMenu>
  35.   <SubMenu Caption="Command" Name="Command">
  36.     <MenuItem Caption="Refresh" Command="Refresh" ShortCut="Ctrl+R" AltShortCut="Alt+R" />
  37.     <Separator />
  38.     <MenuItem Caption="Circle Recode" Command="CircleRecode" ShortCut="F8" />
  39.     <MenuItem Caption="Choose Syntax Type" Command="ChooseSyntaxType" ShortCut="Shift+F9" />
  40.     <Separator />
  41.     <MenuItem Caption="Undo" Command="Undo" ShortCut="Ctrl+Z" />
  42.     <MenuItem Caption="Redo" Command="Redo" />
  43.     <Separator />
  44.     <MenuItem Caption="Cut" Command="Cut" ShortCut="Ctrl+X" />
  45.     <MenuItem Caption="Copy" Command="Copy" ShortCut="Ctrl+C" />
  46.     <MenuItem Caption="Copy As Text" Command="CopyAsText" ShortCut="Ctrl+Shift+C" AltShortCut="Ctrl+Shift+Ins" />
  47.     <MenuItem Caption="Paste" Command="Paste" ShortCut="Ctrl+V" />
  48.     <MenuItem Caption="Delete" Command="Delete" />
  49.     <MenuItem Caption="Select All" Command="SelectALL" ShortCut="Ctrl+A" />
  50.   </SubMenu>
  51.   <SubMenu Caption="Search">
  52.     <MenuItem Caption="Find" Command="ShowFindDialog" ShortCut="Ctrl+F" AltShortCut="F7" ImageIndex="27"/>
  53.     <MenuItem Caption="Replace" Command="ShowReplaceDialog" ShortCut="Ctrl+H" AltShortCut="Ctrl+F7" />
  54.     <MenuItem Caption="Search Again" Command="SearchAgain" ShortCut="Ctrl+L" AltShortCut="Shift+F7" />
  55.     <Separator />
  56.     <MenuItem Caption="Go to Line Number" Command="GoToLineNumber" ShortCut="Alt+G" />
  57.     <Separator />
  58.     <SubMenu Caption="Toggle Bookmarks" Name="ToggleBookmarks" >
  59.       <MenuItem Caption="Bookmark 0" Command="ToggleBookmark0" ShortCut="Alt+Shift+0" />
  60.       <MenuItem Caption="Bookmark 1" Command="ToggleBookmark1" ShortCut="Alt+Shift+1" />
  61.       <MenuItem Caption="Bookmark 2" Command="ToggleBookmark2" ShortCut="Alt+Shift+2" />
  62.       <MenuItem Caption="Bookmark 3" Command="ToggleBookmark3" ShortCut="Alt+Shift+3" />
  63.       <MenuItem Caption="Bookmark 4" Command="ToggleBookmark4" ShortCut="Alt+Shift+4" />
  64.       <MenuItem Caption="Bookmark 5" Command="ToggleBookmark5" ShortCut="Alt+Shift+5" />
  65.       <MenuItem Caption="Bookmark 6" Command="ToggleBookmark6" ShortCut="Alt+Shift+6" />
  66.       <MenuItem Caption="Bookmark 7" Command="ToggleBookmark7" ShortCut="Alt+Shift+7" />
  67.       <MenuItem Caption="Bookmark 8" Command="ToggleBookmark8" ShortCut="Alt+Shift+8" />
  68.       <MenuItem Caption="Bookmark 9" Command="ToggleBookmark9" ShortCut="Alt+Shift+9" />
  69.     </SubMenu>
  70.     <SubMenu Caption="Goto Bookmarks" Name="GotoBookmarks" >
  71.       <MenuItem Caption="Bookmark 0" Command="GotoBookmark0" ShortCut="Alt+0" />
  72.       <MenuItem Caption="Bookmark 1" Command="GotoBookmark1" ShortCut="Alt+1" />
  73.       <MenuItem Caption="Bookmark 2" Command="GotoBookmark2" ShortCut="Alt+2" />
  74.       <MenuItem Caption="Bookmark 3" Command="GotoBookmark3" ShortCut="Alt+3" />
  75.       <MenuItem Caption="Bookmark 4" Command="GotoBookmark4" ShortCut="Alt+4" />
  76.       <MenuItem Caption="Bookmark 5" Command="GotoBookmark5" ShortCut="Alt+5" />
  77.       <MenuItem Caption="Bookmark 6" Command="GotoBookmark6" ShortCut="Alt+6" />
  78.       <MenuItem Caption="Bookmark 7" Command="GotoBookmark7" ShortCut="Alt+7" />
  79.       <MenuItem Caption="Bookmark 8" Command="GotoBookmark8" ShortCut="Alt+8" />
  80.       <MenuItem Caption="Bookmark 9" Command="GotoBookmark9" ShortCut="Alt+9" />
  81.     </SubMenu>
  82.  
  83.   </SubMenu>
  84.   <SubMenu Caption="Mode">
  85.     <MenuItem Caption="Word Wrap" Property="WordWrap" ShortCut="Alt+W" />
  86.     <MenuItem Caption="Read Only" Property="ReadOnly" ShortCut="F6" />
  87.     <MenuItem Caption="AutoReload" Property="AutoReload" ShortCut="" />
  88.     <Separator />
  89.     <MenuItem Caption="Gutter" Property="Gutter" />
  90.     <MenuItem Caption="Right Margin" Property="MarginRight" />
  91.     <MenuItem Caption="Toolbar" Property="ToolbarVisible" />
  92.   </SubMenu>
  93. </Menu>
  94.  
  95. <ToolBar ProgID="TextEdit.DiffEditorCommand">
  96.   <ComboButton Caption="Select" Name="Select" ImageIndex="" DropDownCombo="False" >
  97.     <MenuItem Caption="Select All" Command="SelectALL" />
  98.   </ComboButton>
  99.   <MenuItem Name="Search" Command="ShowFindDialog" ImageIndex="1" />
  100.   <MenuItem Name="Refresh" Command="Refresh" />
  101. </ToolBar>
  102.  
  103. <Menu ProgID="TextEdit.DiffEditorCommand">
  104.   <SubMenu Caption="File">
  105.     <MenuItem Caption="Open Left Pane" Command="OpenLeftFile" ShortCut="Alt+F1" />
  106.     <MenuItem Caption="Open Right Pane" Command="OpenRightFile" ShortCut="Alt+F2" />
  107.     <Separator />
  108.     <MenuItem Caption="Save Files" Command="SaveFiles" ShortCut="Ctrl+S" AltShortCut="F2" />
  109.   </SubMenu>
  110.   <SubMenu Caption="Command">
  111.     <MenuItem Caption="Jump To Prior Difference" Command="JumpToPriorDiff" ShortCut="Ctrl+Shift+Up" />
  112.     <MenuItem Caption="Jump To Next Difference" Command="JumpToNextDiff" ShortCut="Ctrl+Shift+Down" />
  113.     <Separator />
  114.     <MenuItem Caption="Refresh" Command="Refresh" ShortCut="Ctrl+R" />
  115.     <Separator />
  116.     <MenuItem Caption="Merge From Left" Command="MergeFromLeft" ShortCut="" />
  117.   </SubMenu>
  118.   <SubMenu Caption="Pages">
  119.     <MenuItem Caption="Change Panel" Command="ChangePanel" ShortCut="Tab" />
  120.   </SubMenu>
  121.   <SubMenu Caption="Mode">
  122.     <MenuItem Caption="Show Differences Only" Property="ShowDiffOnly" />
  123.     <MenuItem Caption="Link Editors" Property="LinkEditors" />
  124.   </SubMenu>
  125. </Menu>
  126.  
  127. <HelpBar ProgID="TextEdit.TextEditorCommand">
  128.   <Action Name="LoadPascalFile" Tip="You can easy navigate among procedure by Method Navigator <B>[Alt+M]</B>"/>
  129.   <Action Name="SelectBlock">
  130.     <Item Name="TipIdentOutdent" Tip="You can Indent(<B>Ctrl+K+I</B>)/Outdent(<B>Ctrl+K+U</B>) a block by the amount specified in the Block Indent editor on the General page of the Editor Options dialog box" />
  131.     <Item Name="TipSelectColumnBlock" Tip="<B>Shift+Alt+arrow</B> Selects column-oriented blocks" />
  132.     <Item Name="TipSwithBlock" Tip="<B>Ctrl+Shift+C</B> Switch the block mode stream/column" />
  133.   </Action>
  134. </HelpBar>
  135.  
  136. <International>
  137.   <Language Name="English" Section="TextEdit">
  138.     <Item name="FileLarge" value="File %s is too large (%s).\n Do you want to complete load the file?" />
  139.     <Item name="ColumnSelectAviable" value="Column select not aviable in Word Wrap mode.\n Turn Off word wrap and try again." />
  140.  
  141.     <Item name="msgFileType" value="File Type" />
  142.     <Item name="msgJustifyBlock" value="Justify Block" />
  143.     <Item name="msgEditMenuRecode" value="Code Page" />
  144.     <Item name="msgEditMenuWordWrap" value="&Word Wrap" />
  145.     <Item name="msgEditMenuOptions" value="&Options" />
  146.     <Item name="msgEditMenuReadOnly" value="&Read Only" />
  147.     <Item name="msgEditMenuSyntaxType" value="Syntax Type" />
  148.     <Item name="msgUpperCase" value="Upper Case Block" />
  149.     <Item name="msgLowerCase" value="Lower Case Block" />
  150.     <Item name="msgCapCase" value="Capitalize Block" />
  151.     <Item name="msgUpperCaseWord" value="Upper Case Word" />
  152.     <Item name="msgLowerCaseWord" value="Lower Case Word" />
  153.     <Item name="msgCapCaseWord" value="Capitalize Word" />
  154.     <Item name="msgMethodNavigator" value="Method Navigator" />
  155.     <Item name="msgDateTime" value="Insert Current Date and Time" />
  156.     <Item name="msgToggleBookmarks" value="Toggle Bookmarks" />
  157.     <Item name="msgGotoBookmarks" value="Goto Bookmarks" />
  158.     <Item name="msgEditMenuAnotherSyntaxType" value="Another" />
  159.  
  160.     <Item name="Extended" value="Extended" />
  161.     <Item name="Erratum" value="Erratum" />
  162.     <Item name="Cut" value="Cut" />
  163.     <Item name="Copy" value="Copy" />
  164.     <Item name="Paste" value="Paste" />
  165.     <Item name="Bookmark" value="Bookmark" />
  166.     <Item name="Tag" value="Tag" />
  167.     <Item name="Changes" value="Changes" />
  168.     <Item name="ReadOnly" value="Read Only" />
  169.  
  170.     <Item name="msgSaveFile" value="The file %s was modified./n Do you wish to save it?" />
  171.     <Item name="msgFileReadOnly" value="File in Read Only mode." />
  172.     <Item name="msgEditFileRecode" value="File was modified, you changes will be lost." />
  173.     <Item name="msgEditFormat" value="Formatting Text?" />
  174.     <Item name="msgEditSearch" value="Search string %s not found" />
  175.     <Item name="msgVerticalBlock" value="Vertical Block" />
  176.  
  177.     <Item name="NoFileLoaded" value="No File Loaded" />
  178.     <Item name="AddToLeftEditor" value="Add to Left Editor" />
  179.     <Item name="AddToRightEditor" value="Add to Right Editor" />
  180.  
  181.     <Item name="MakeChangeInLeftEditor" value="Make Change In Left Editor" />
  182.     <Item name="MakeChangeFromLeftEditor" value="Make Change From Left Editor" />
  183.     <Item name="MakeChangeInRightEditor" value="Make Change In Right Editor" />
  184.     <Item name="MakeChangeFromRightEditor" value="Make Change From Right Editor" />
  185.   </Language>
  186. </International>
  187.